Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or
authorTor Lillqvist <tml@novell.com>
Wed, 30 Aug 2006 00:39:01 +0000 (00:39 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 30 Aug 2006 00:39:01 +0000 (00:39 +0000)
commit4e3d7dd0884bf9545c30744a10494e1c2b9c09a2
tree21579f49b43e6559ca9cc1f2993034424fada276
parent1ff434a681f7d39c9129324fa11a5af55e5fa857
Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or

2006-08-29  Tor Lillqvist  <tml@novell.com>

Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x
since 2.6 or 2.8. It's pointless to keep the Win9x code in here as
it isn't being maintained anyway. If somebody is interested, it
can always be found in older GTK+ versions, and in CVS.

* gdk/win32/gdkwindow-win32.c: Remove the G_WIN32_IS_NT_BASED()
and G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
branches, and any variables or static functions used only by the
Win9x branches.
ChangeLog
gdk/win32/gdkwindow-win32.c